body {
	margin: 0px;
	max-width: 100%;
}

header,footer,article,nav,section {
	padding: 1em;
	margin: 0px;
	border-bottom: 1px solid black;
	font-family: arial,sans-serif;
	display: block;
}

header,footer {
	text-align: center;
	background-color: DarkOrange;
}

a {
	text-decoration: none;
	color: DarkBlue;
}

a:hover {
	text-decoration: underline;
}

nav {
	text-align: center;
}

nav.hilight{
	background-color: LightYellow;
}

nav:hover, nav:active {
	background-color: LightGray;
}

article.hilight, section.hilight {
	background-color: LightYellow;
}

.title {
	font-size: 1.6em;
	font-weight: bold;
}

.togglelink {
	margin: 0 0.4em;
	display: inline-block;
}

.tabpage {
	background-color: Orange;
}

.post_info {
	font-weight: bold;
}

.post_date {
	color: DimGray;
}

.post_from {
	color: OrangeRed;
}

.post_body {

}

.post_image {
	max-width: 100%;
}

#msg {
	text-align: center;
}

#fileError {
	font-weight: bold;
}

#posttext,#postfile,#advanced {
	margin-top: 0.5em;
	padding: 0.5em;
}